Click or drag to resize

AuthenticationMethod Enumeration

Describes the authentication methods that are available for a Web client.

Namespace:  Independentsoft.Exchange.Autodiscover
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum AuthenticationMethod
Members
  Member nameValueDescription
Basic0 Basic.
Ntlm1 Ntlm.
Fba2 Fba.
Digest3 Digest.
WindowsIntegrated4 WindowsIntegrated.
None5 None.
See Also